TimeDataRecords

The TimeDataRecords element is the parent node for the time data record for the specified record owner or record owner group. Nested within the TimeDataRecords tag are elements that define the time data record and time data values for the historical or forecast input data.

See Data Formats for Historical or Forecast Input Data for information about the data format options.

Properties

Property Description

Case Sensitive

Yes

Required

Yes

Number of Instances Allowed

1 per RecordOwner

Requires End Tag

Yes

Parent Element

RecordOwner

Child Elements

TimeDataRecord

Attributes

None

Example

<TimeDataRecords>

<TimeDataRecord start_time="2024-01-01T00:00:00.000-08:00" end_time="2024-01-01T01:00:00.000-08:00">

<TimeDataValue type="AVTEMP" units="F">53.1</TimeDataValue>

<TimeDataValue type="DEWPOINT" units="F">25.5</TimeDataValue>

<TimeDataValue type="PRESSURE" units="inH2O">30.33</TimeDataValue>

.

.

.

<TimeDataValue type="RADIATION" units="watts/m2">32767</TimeDataValue>

</TimeDataRecord>

</TimeDataRecords>